• Files list
  • 01 Introduction,001 Welcome to Build a Backend API with Django REST Framework - Advanced.en.srt 3.30KB
  • 01 Introduction,001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp4 44.80MB
  • 01 Introduction,002 Intro to the course.en.srt 3.09KB
  • 01 Introduction,002 Intro to the course.mp4 51.85MB
  • 01 Introduction,003 Course structure.en.srt 1.47KB
  • 01 Introduction,003 Course structure.mp4 23.37MB
  • 01 Introduction,004 How to get the most out of this course.en.srt 1.19KB
  • 01 Introduction,004 How to get the most out of this course.mp4 19.61MB
  • 01 Introduction,005 How to get help.en.srt 1.95KB
  • 01 Introduction,005 How to get help.mp4 29.86MB
  • 01 Introduction,006 Windows 10 Home Workaround.html 2.01KB
  • 01 Introduction,external-assets-links.txt 237.00Bytes
  • 02 Technologies used in this course,007 Python.en.srt 1.05KB
  • 02 Technologies used in this course,007 Python.mp4 16.88MB
  • 02 Technologies used in this course,008 Django.en.srt 1.18KB
  • 02 Technologies used in this course,008 Django.mp4 20.00MB
  • 02 Technologies used in this course,009 Django REST Framework.en.srt 978.00Bytes
  • 02 Technologies used in this course,009 Django REST Framework.mp4 17.29MB
  • 02 Technologies used in this course,010 Docker.en.srt 793.00Bytes
  • 02 Technologies used in this course,010 Docker.mp4 12.77MB
  • 02 Technologies used in this course,011 Travis-CI.en.srt 904.00Bytes
  • 02 Technologies used in this course,011 Travis-CI.mp4 15.70MB
  • 02 Technologies used in this course,012 Postgres.en.srt 349.00Bytes
  • 02 Technologies used in this course,012 Postgres.mp4 6.67MB
  • 02 Technologies used in this course,013 What is test driven development.en.srt 5.44KB
  • 02 Technologies used in this course,013 What is test driven development.mp4 87.95MB
  • 02 Technologies used in this course,external-assets-links.txt 262.00Bytes
  • 03 Installation and setup,014 System setup.html 3.15KB
  • 03 Installation and setup,015 Windows 10 Home Workaround.html 4.05KB
  • 04 Create new project,016 Setup new GitHub project.en.srt 3.47KB
  • 04 Create new project,016 Setup new GitHub project.mp4 37.90MB
  • 04 Create new project,017 Add Dockerfile.en.srt 12.70KB
  • 04 Create new project,017 Add Dockerfile.mp4 102.78MB
  • 04 Create new project,018 Configure Docker Compose.en.srt 6.26KB
  • 04 Create new project,018 Configure Docker Compose.mp4 49.02MB
  • 04 Create new project,019 Custom configuration for Linux users.html 4.09KB
  • 04 Create new project,020 Create Django project.en.srt 3.68KB
  • 04 Create new project,020 Create Django project.mp4 32.62MB
  • 04 Create new project,external-assets-links.txt 824.00Bytes
  • 05 Setup automation,021 Enable Travis-CI for project.en.srt 2.26KB
  • 05 Setup automation,021 Enable Travis-CI for project.mp4 21.39MB
  • 05 Setup automation,022 Create Travis-CI configuration file.en.srt 7.95KB
  • 05 Setup automation,022 Create Travis-CI configuration file.mp4 77.16MB
  • 05 Setup automation,external-assets-links.txt 433.00Bytes
  • 06 Introduction to test driven development (TDD),023 Writing a simple unit test.en.srt 7.22KB
  • 06 Introduction to test driven development (TDD),023 Writing a simple unit test.mp4 60.66MB
  • 06 Introduction to test driven development (TDD),024 Writing a unit test with TDD.en.srt 6.78KB
  • 06 Introduction to test driven development (TDD),024 Writing a unit test with TDD.mp4 53.62MB
  • 06 Introduction to test driven development (TDD),external-assets-links.txt 759.00Bytes
  • 07 Configure Django custom user model,025 Create core app.en.srt 4.05KB
  • 07 Configure Django custom user model,025 Create core app.mp4 30.69MB
  • 07 Configure Django custom user model,026 Add tests for custom user model.en.srt 7.71KB
  • 07 Configure Django custom user model,026 Add tests for custom user model.mp4 62.46MB
  • 07 Configure Django custom user model,027 Implement custom user model.en.srt 14.04KB
  • 07 Configure Django custom user model,027 Implement custom user model.mp4 107.65MB
  • 07 Configure Django custom user model,028 Normalize email addresses.en.srt 4.49KB
  • 07 Configure Django custom user model,028 Normalize email addresses.mp4 37.77MB
  • 07 Configure Django custom user model,029 Add validation for email field.en.srt 3.46KB
  • 07 Configure Django custom user model,029 Add validation for email field.mp4 28.22MB
  • 07 Configure Django custom user model,030 Add support for creating superusers.en.srt 7.01KB
  • 07 Configure Django custom user model,030 Add support for creating superusers.mp4 60.11MB
  • 07 Configure Django custom user model,external-assets-links.txt 2.08KB
  • 08 Setup Django admin,031 Add tests for listing users in Django admin.en.srt 12.00KB
  • 08 Setup Django admin,031 Add tests for listing users in Django admin.mp4 89.67MB
  • 08 Setup Django admin,032 Modify Django admin to list our custom user model.en.srt 2.95KB
  • 08 Setup Django admin,032 Modify Django admin to list our custom user model.mp4 23.94MB
  • 08 Setup Django admin,033 Modify Django admin to support changing user model.en.srt 9.91KB
  • 08 Setup Django admin,033 Modify Django admin to support changing user model.mp4 77.45MB
  • 08 Setup Django admin,034 Modify Django admin to support creating users.en.srt 6.38KB
  • 08 Setup Django admin,034 Modify Django admin to support creating users.mp4 48.35MB
  • 08 Setup Django admin,external-assets-links.txt 874.00Bytes
  • 09 Setting up database,035 Add postgres to docker compose.en.srt 7.63KB
  • 09 Setting up database,035 Add postgres to docker compose.mp4 51.90MB
  • 09 Setting up database,036 Add postgres support to Dockerfile.en.srt 8.13KB
  • 09 Setting up database,036 Add postgres support to Dockerfile.mp4 52.98MB
  • 09 Setting up database,037 Configure database in Django.en.srt 3.90KB
  • 09 Setting up database,037 Configure database in Django.mp4 30.75MB
  • 09 Setting up database,external-assets-links.txt 1.02KB
  • 10 Waiting for postgres to start,038 Mocking with unittests.en.srt 2.35KB
  • 10 Waiting for postgres to start,038 Mocking with unittests.mp4 29.77MB
  • 10 Waiting for postgres to start,039 Add tests for wait_for_db command.en.srt 16.86KB
  • 10 Waiting for postgres to start,039 Add tests for wait_for_db command.mp4 134.91MB
  • 10 Waiting for postgres to start,040 Add wait_for_db command.en.srt 9.59KB
  • 10 Waiting for postgres to start,040 Add wait_for_db command.mp4 82.70MB
  • 10 Waiting for postgres to start,041 Make docker compose wait for db.en.srt 4.01KB
  • 10 Waiting for postgres to start,041 Make docker compose wait for db.mp4 29.53MB
  • 10 Waiting for postgres to start,042 Test in browser.en.srt 4.35KB
  • 10 Waiting for postgres to start,042 Test in browser.mp4 32.10MB
  • 10 Waiting for postgres to start,external-assets-links.txt 1003.00Bytes
  • 11 Create user management endpoints,043 Create users app.en.srt 5.04KB
  • 11 Create user management endpoints,043 Create users app.mp4 42.64MB
  • 11 Create user management endpoints,044 Add tests for create user API.en.srt 22.16KB
  • 11 Create user management endpoints,044 Add tests for create user API.mp4 184.07MB
  • 11 Create user management endpoints,045 Add create user API.en.srt 18.34KB
  • 11 Create user management endpoints,045 Add create user API.mp4 146.38MB
  • 11 Create user management endpoints,046 UPDATE Fix for testing password too short.html 2.32KB
  • 11 Create user management endpoints,047 Add tests for creating a new token.en.srt 14.46KB
  • 11 Create user management endpoints,047 Add tests for creating a new token.mp4 127.41MB
  • 11 Create user management endpoints,048 Add create token API.en.srt 18.84KB
  • 11 Create user management endpoints,048 Add create token API.mp4 144.40MB
  • 11 Create user management endpoints,049 Add tests for manage user endpoint.en.srt 16.23KB
  • 11 Create user management endpoints,049 Add tests for manage user endpoint.mp4 149.13MB
  • 11 Create user management endpoints,050 Add manage user endpoint.en.srt 16.46KB
  • 11 Create user management endpoints,050 Add manage user endpoint.mp4 136.36MB
  • 11 Create user management endpoints,external-assets-links.txt 2.01KB
  • 12 Create tags endpoint,051 Create recipe app.en.srt 3.30KB
  • 12 Create tags endpoint,051 Create recipe app.mp4 34.07MB
  • 12 Create tags endpoint,052 Add tag model.en.srt 11.98KB
  • 12 Create tags endpoint,052 Add tag model.mp4 105.48MB
  • 12 Create tags endpoint,053 Add tests for listing tags.en.srt 17.33KB
  • 12 Create tags endpoint,053 Add tests for listing tags.mp4 140.38MB
  • 12 Create tags endpoint,054 Add feature to list tags.en.srt 17.24KB
  • 12 Create tags endpoint,054 Add feature to list tags.mp4 125.80MB
  • 12 Create tags endpoint,055 Add create tags feature.en.srt 9.75KB
  • 12 Create tags endpoint,055 Add create tags feature.mp4 78.67MB
  • 12 Create tags endpoint,external-assets-links.txt 1.80KB
  • 13 Create ingredients endpoint,056 Add ingredient model.en.srt 5.40KB
  • 13 Create ingredients endpoint,056 Add ingredient model.mp4 47.49MB
  • 13 Create ingredients endpoint,057 Add tests for listing ingredients.en.srt 13.65KB
  • 13 Create ingredients endpoint,057 Add tests for listing ingredients.mp4 118.42MB
  • 13 Create ingredients endpoint,058 Implement feature for list ingredients.en.srt 6.70KB
  • 13 Create ingredients endpoint,058 Implement feature for list ingredients.mp4 56.66MB
  • 13 Create ingredients endpoint,059 Implement feature for creating ingredients.en.srt 10.48KB
  • 13 Create ingredients endpoint,059 Implement feature for creating ingredients.mp4 96.10MB
  • 13 Create ingredients endpoint,060 Re-factor tags and ingredients viewsets.en.srt 9.88KB
  • 13 Create ingredients endpoint,060 Re-factor tags and ingredients viewsets.mp4 93.95MB
  • 13 Create ingredients endpoint,external-assets-links.txt 932.00Bytes
  • 14 Create recipe endpoint,061 Add recipe model.en.srt 17.99KB
  • 14 Create recipe endpoint,061 Add recipe model.mp4 158.51MB
  • 14 Create recipe endpoint,062 Add tests for listing recipes.en.srt 20.70KB
  • 14 Create recipe endpoint,062 Add tests for listing recipes.mp4 175.60MB
  • 14 Create recipe endpoint,063 Implement feature for listing recipes.en.srt 11.62KB
  • 14 Create recipe endpoint,063 Implement feature for listing recipes.mp4 96.99MB
  • 14 Create recipe endpoint,064 Add tests for retrieving recipe detail.en.srt 13.97KB
  • 14 Create recipe endpoint,064 Add tests for retrieving recipe detail.mp4 109.50MB
  • 14 Create recipe endpoint,065 Implement feature for retrieving recipe detail.en.srt 10.46KB
  • 14 Create recipe endpoint,065 Implement feature for retrieving recipe detail.mp4 78.47MB
  • 14 Create recipe endpoint,066 Add tests for creating recipes.en.srt 15.06KB
  • 14 Create recipe endpoint,066 Add tests for creating recipes.mp4 130.63MB
  • 14 Create recipe endpoint,067 Implement feature for creating recipes.en.srt 5.89KB
  • 14 Create recipe endpoint,067 Implement feature for creating recipes.mp4 50.05MB
  • 14 Create recipe endpoint,068 Add tests for updating recipes.en.srt 12.95KB
  • 14 Create recipe endpoint,068 Add tests for updating recipes.mp4 117.13MB
  • 14 Create recipe endpoint,external-assets-links.txt 1.81KB
  • 15 Add upload image endpoint,069 Add Pillow requirement.en.srt 15.71KB
  • 15 Add upload image endpoint,069 Add Pillow requirement.mp4 131.18MB
  • 15 Add upload image endpoint,070 Modify recipe model.en.srt 14.45KB
  • 15 Add upload image endpoint,070 Modify recipe model.mp4 129.52MB
  • 15 Add upload image endpoint,071 Add tests for uploading image to recipe.en.srt 16.25KB
  • 15 Add upload image endpoint,071 Add tests for uploading image to recipe.mp4 157.51MB
  • 15 Add upload image endpoint,072 Add feature to upload image.en.srt 13.36KB
  • 15 Add upload image endpoint,072 Add feature to upload image.mp4 131.95MB
  • 15 Add upload image endpoint,external-assets-links.txt 1.40KB
  • 16 Add filtering,073 Add tests for filtering recipes.en.srt 9.70KB
  • 16 Add filtering,073 Add tests for filtering recipes.mp4 117.61MB
  • 16 Add filtering,074 Implement feature to filter recipes.en.srt 11.02KB
  • 16 Add filtering,074 Implement feature to filter recipes.mp4 114.66MB
  • 16 Add filtering,075 Add tests for filtering tags and ingredients.en.srt 14.67KB
  • 16 Add filtering,075 Add tests for filtering tags and ingredients.mp4 201.25MB
  • 16 Add filtering,076 Implement feature for filtering tags and ingredients.en.srt 8.51KB
  • 16 Add filtering,076 Implement feature for filtering tags and ingredients.mp4 100.97MB
  • 16 Add filtering,external-assets-links.txt 478.00Bytes
  • 17 Summary,077 What was covered in this course.en.srt 1.13KB
  • 17 Summary,077 What was covered in this course.mp4 18.97MB
  • [FreeCourseLab.me].url 126.00Bytes